sys: Release 0.9.0
authorColin Walters <walters@verbum.org>
Thu, 9 Sep 2021 12:24:58 +0000 (08:24 -0400)
committerColin Walters <walters@verbum.org>
Fri, 6 May 2022 16:53:57 +0000 (12:53 -0400)
Should have been bumped in the previous commit.

rust-bindings/rust/Cargo.toml
rust-bindings/rust/sys/Cargo.toml

index 8f82bc9253fa4cc7bdd23c517c41062b4bf57e95..0d89a04afd074ba2cad1bf40a4daec9f84c319a3 100644 (file)
@@ -29,7 +29,7 @@ members = [".", "sys"]
 
 [dependencies]
 bitflags = "1.2.1"
-ffi = { package = "ostree-sys", path = "sys", version = "0.8.1" }
+ffi = { package = "ostree-sys", path = "sys", version = "0.9" }
 gio = "0.14"
 glib = "0.14.4"
 hex = "0.4.2"
index c2cd0ea7d361417496bbc666ffe4993ec281debf..a3225b13af832585138db77663904c6082f125f4 100644 (file)
@@ -72,7 +72,7 @@ license = "MIT"
 links = "ostree-1"
 name = "ostree-sys"
 repository = "https://gitlab.com/fkrull/ostree-rs"
-version = "0.8.2"
+version = "0.9.0"
 edition = "2018"
 [package.metadata.docs.rs]
 features = ["dox"]